Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use send instead of sendmsg to send with no fds #673

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

ids1024
Copy link
Member

@ids1024 ids1024 commented Nov 1, 2023

This should fix the failing FreeBSD CI test, and behave correctly. This is perhaps better, though I think either should work (bytecodealliance/rustix#914).

The other sendmsg/recvmsg calls use rustix::cmsg_space!, and should work without issue.

This should fix the failing FreeBSD CI test, and behave correctly. This
is perhaps better, though I think either *should* work
(bytecodealliance/rustix#914).

The other `sendmsg`/`recvmsg` calls use `rustix::cmsg_space!`, and
should work without issue.
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (edd0f60) 51.23% compared to head (d339240) 73.31%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #673       +/-   ##
===========================================
+ Coverage   51.23%   73.31%   +22.08%     
===========================================
  Files          43       47        +4     
  Lines        7429     7847      +418     
===========================================
+ Hits         3806     5753     +1947     
+ Misses       3623     2094     -1529     
Flag Coverage Δ
main 58.61% <100.00%> (?)
test-- 78.37% <100.00%> (?)
test--server_system 61.28% <100.00%> (?)
test-client_system- 69.18% <50.00%> (?)
test-client_system-server_system 51.23% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
wayland-backend/src/rs/socket.rs 93.51% <100.00%> (+93.51%) ⬆️

... and 27 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elinorbgr elinorbgr merged commit 84f8117 into Smithay:master Nov 9, 2023
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants